object RegKeyForm: TRegKeyForm Left = 228 Top = 198 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Registration' ClientHeight = 307 ClientWidth = 405 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object CancelButton: TButton Left = 232 Top = 271 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object GroupBox1: TGroupBox Left = 11 Top = 16 Width = 384 Height = 57 Caption = ' Step 1: Purchase a registration key ' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 object RegisterLinkLabel: TLinkLabel Left = 16 Top = 24 Width = 189 Height = 13 Ellipsis = etNone Caption = 'Click here to purchase a registration key' Font.Charset = DEFAULT_CHARSET Font.Color = 15597568 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False MouseOverFont.Charset = DEFAULT_CHARSET MouseOverFont.Color = 16733525 MouseOverFont.Height = -11 MouseOverFont.Name = 'MS Sans Serif' MouseOverFont.Style = [fsUnderline] URL = 'http://www.firetrust.com/products/mailwasherpro/' end end object HelpButton: TButton Left = 320 Top = 271 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Help' TabOrder = 2 OnClick = HelpButtonClick end object GroupBox2: TGroupBox Left = 11 Top = 88 Width = 384 Height = 177 Caption = ' Step 2: Enter in your registration key' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 object Label1: TLabel Left = 16 Top = 26 Width = 334 Height = 13 Caption = 'Paste your registration key into the box and click the "Register' + '" button.' DragMode = dmAutomatic FocusControl = CancelButton Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object KeyMemo: TMemo Left = 16 Top = 48 Width = 353 Height = 81 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 OnChange = KeyMemoChange end object RegisterButton: TButton Left = 294 Top = 136 Width = 75 Height = 25 Caption = 'Register' Default = True Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = RegisterButtonClick end object PasteButton: TButton Left = 16 Top = 136 Width = 115 Height = 25 Caption = 'Paste from clipboard' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = PasteButtonClick end end end